func net.dtoi
11 uses
	net (current package)
		conf.go#L495: 			debugLevel, _, _ = dtoi(s)
		dial.go#L268: 		proto, i, ok := dtoi(protostr)
		dnsconfig_unix.go#L80: 					n, _, _ := dtoi(s[6:])
		dnsconfig_unix.go#L88: 					n, _, _ := dtoi(s[8:])
		dnsconfig_unix.go#L94: 					n, _, _ := dtoi(s[9:])
		interface.go#L267: 		index, _, _ = dtoi(name)
		ip.go#L530: 	n, i, ok := dtoi(mask)
		lookup_unix.go#L35: 		if proto, _, ok := dtoi(f[1]); ok {
		parse.go#L130: func dtoi(s string) (n int, i int, ok bool) {
		port_unix.go#L35: 		port, j, ok := dtoi(portnet)
		sock_linux.go#L45: 	n, _, ok := dtoi(f[0])
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |